Friday, June 02, 2006

how to send html mime mail from linux command line

simply put something like this in a plain file:

MIME-Version: 1.0
Content-type: text/html; charset=iso-8859-1
subject: test

<html>
<b>hello world!</b>
</html>




and then do this:

cat filename | sendmail -v recipient@email.com

Oracle Linux virt-manager Error launching create dialog: list index out of range

After a fresh install of Oracle Linux 9.1 and installing virt-manager/virt-install, I tried to create a new virtual machine and got this err...